<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
            /*公共样式*/
body { font-family:"微软雅黑", "宋体"; margin: 0px; font-size:18px; background-color:#fff; line-height:30px; color:#333333;}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border:0; }
li{list-style-type:none;text-align:left;}
img{vertical-align:top;border:0;}
h1,h2,h3,h4,h5,h6 {margin:0; padding:0;}
html,body{ min-width:1280px;}
    
/* link */

a:hover { color: #333333;text-decoration: none; }
a,a:link,a:visited,a:active {color: #333333; text-decoration:none;}
a.blue:hover{ color:#174a97; text-decoration: none;}
.blue,a.blue:link,a.blue:visited,a.blue:active{ color:#174a97; text-decoration:none;}
.gray{ color:#999999;}
.gray,a.gray:link,a.gray:visited,a.gray:active{ color:#999999; text-decoration:none;}
.red:hover{ color:#e3342f; text-decoration: none;}
.red,a.red:link,a.red:visited,a.red:active{ color:#e3342f; text-decoration:none;}
a.white:hover{ color:#fefefe; text-decoration: underline;}
.white,a.white:link,a.white:visited,a.white:active{ color:#fefefe; text-decoration:none;}

    
.left{float:left;}
.right{float:right;}
.clr { clear:both;}

.pad20{ padding-top:20px;}
.pad30{ padding-top:30px;}
.pad40{ padding-top:40px;}
.pad50{ padding-top:50px;}
.pad100{ padding-top:70px;}
.pad160{ padding-top:160px;}
.pad_lr15{ padding:0px 15px;}
.pad_l15{ padding:0px 0px 0px 15px;}

            /* Slider */
            slick-slider {position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
            .slick-list {position:relative;display:block;overflow:hidden;margin:0;padding:0;}
            .slick-list:focus {outline:none;}
            .slick-list.dragging {cursor:pointer;cursor:hand;}
            .slick-slider .slick-track,.slick-slider .slick-list {-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
            .slick-track {position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto;}
            .slick-track:before,.slick-track:after {display:table;content:'';}
            .slick-track:after {clear:both;}
            .slick-loading .slick-track {visibility:hidden;}
            .slick-slide {display:none;float:left;height:100%;min-height:1px;}
            [dir='rtl'] .slick-slide {float:right;}
            .slick-slide img {display:block;}
            .slick-slide.slick-loading img {display:none;}
            .slick-slide.dragging img {pointer-events:none;}
            .slick-initialized .slick-slide {display:block;}
            .slick-loading .slick-slide {visibility:hidden;}
            .slick-vertical .slick-slide {display:block;height:auto;border:1px solid transparent;}
            .slick-arrow.slick-hidden {display:none;}
            /* Slider */.slick-loading .slick-list {background:#fff;}
            /* Arrows */.slick-prev,.slick-next {font-size:0;line-height:0;position:absolute;bottom:-40px;display:block;background: #131316; border: 1px solid #aeaeae;width:22px;z-index:999;height:22px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;}
            .slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {opacity:1;}
            .slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {opacity:.25;}
            .slick-prev:before,.slick-next:before {font-family:'slick';font-size:20px;line-height:13px;opacity:1;color:white;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
            .slick-prev {left:22px;}
            [dir='rtl'] .slick-prev {right:-25px;left:auto;}
            .slick-prev:before {content:'&lt;';}
            [dir='rtl'] .slick-prev:before {content:'&lt;';}
            .slick-next {right:22px;}
            [dir='rtl'] .slick-next {right:auto;left:-25px;}
            .slick-next:before {content:'&gt;';}
            [dir='rtl'] .slick-next:before {content:'&gt;';}
            /* Dots */.slick-dotted.slick-slider {margin-bottom:30px;}
            .slick-dots {position:absolute;bottom:20px;display:block;width:300px;padding:0;margin:0;list-style:none;text-align:center; right:-10px}
            .slick-dots li {position:relative;display:inline-block;width:36px;height:36px;margin:0 5px;padding:0;cursor:pointer;}
            .slick-dots li button {font-size:16px;line-height:0;display:block;width:36px;height:36px;padding:4px;cursor:pointer;color:transparent;border:0;outline:none;background:#ededed; color:#888; border-radius: 5px; }
            .slick-dots li button:before {font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'?';text-align:center;opacity:.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
            .slick-dots li.slick-active button:before {opacity:.75;color:black;}
            .slick-dots li button:hover,.slick-dots li button:focus {outline:none;}
            .slick-dots li button:hover:before,.slick-dots li button:focus:before {opacity:1;}
            .slick-slide img { width: 100%;}
            .slick-prev:before,.slick-next:before {color: #fff; }
            .slick-slide {transition: all ease-in-out .3s; opacity: 1;}
            .slick-dots li.slick-active button {opacity: 1; background-color: #e12030; color: #fff;}
            .slick-current {opacity: 1;}
            .slick-slide { position: relative; }
            .slick-slide img { width: 850px; height:520px; }
            .slick-dots li button:before {content:'';}
            .slick-dotted.slick-slider { margin-bottom: unset !important; }

            /*整体*/
            .con {width:1280px;margin: 0 auto;}
            .w410 { width: 410px; }
            .w420 { width: 420px; }
            .w850 { width: 850px; }
            .w400 { width: 406px; }
            .mr20 { margin-right: 20px; }
            .mr30 { margin-right: 30px; }
            .ml20 { margin-left: 20px; }
            .ml30 { margin-left: 30px; }
            .mb30 { margin-bottom: 30px;}




            .w950 { width:950px; }
            .w160 { width: 160px; }
            .w320 { width:320px; }
			.w475 { width:475px;}
            .ad_ce{ display:none}
            .rtad,.rbad,.lbad { position:relative}
			.mt5 { margin-top: 5px !important; }
            .mt12 { margin-top: 12px !important; }
			.mt20 { margin-top: 20px !important; }
            .mt22 { margin-top: 22px !important; }
            .mt40 { margin-top: 40px !important; }
            .mt25 { margin-top: 25px !important; }
            .mr65 { margin-right: 65px !important; }
            .mr58 { margin-right: 58px !important;}
            .mt50 { margin-top: 50px !important; }
            .mb14 { margin-bottom: 14px !important; }
            .ad{ width:1280px; text-align: center;margin: 30px auto;overflow:hidden;}
            /*banner*/
            .banner { background-color: #1f286f; height:160px; background-position: center center; background-image: url("../images/sb_01.jpg"); background-repeat: no-repeat;  }
            .logo { display: block;  width: 174px; height: 104px; float: left; margin: 40px 0 0 0; }
			.lgribox { width:150px; float:right; margin-top:55px;}
            .search { width: 124px; float: right;  height: 30px; line-height: 30px; position: relative; margin: 0px 8px 0 0;}
            .search input#so360_keyword { width:calc(100% - 55px); font-size: 15px; padding-right: 55px; display: block; height:30px; border: 1px solid #f56869; border-radius: 22px; line-height: 30px; background:transparent; text-indent: 8px; color: #fff; }
            .search input#so360_submit { position: absolute; top: 5px; right: 0px; width: 50px; height: 22px;border-radius:10px ; background-position: -6px 0px; background-image: url(../images/33.png); background-repeat: no-repeat;  border: none; background-color: #fff; font-size:12px; }
			.xmtjz { color:#fff; float:right; margin-top:15px; margin-right:7px; font-size:12px; }
			.xmtjz a { color:#fff;}
            .mobile { float: right; width:70px; height:30px; display: block;   margin: 6px 0px 0 0; background-position: 2px -40px; background-image: url(../images/33.png); background-repeat: no-repeat; }
			.toptime{float: right; font-size:12px; line-height:24px; color:#fff; margin: 0px 7px 0 0; font-style:normal;}
            
            /*导航*/
            .navbox {height:50px;  position: relative;  font-family:'Microsoft YaHei'; overflow:hidden; -webkit-transition: all .3s ease-out;transition: all .3s ease-out; margin-bottom: 26px;}
            .nav { height:50px; background-color: #ededed;}
            .nav .con { line-height: 50px; }
			
            .nav_item { display: inline-block; height: 18px; text-align: center; padding: 16px 0; width:130px; vertical-align: top; display: inline-block; line-height: 18px;cursor: pointer; font-family: "Microsoft YaHei"; color: #fff; font-size: 18px; }
            .nav .con span.gg{color: #cc5b5c; display: none; }
            .nav_item a {color: #515151;}
            .nav_item span b { width:10px; height:6px;vertical-align: middle; display:inline-block; background-position: 0px -193px; background-image: url(../images/33.png); background-repeat: no-repeat;}
			
			.nav_itemno { display: inline-block; height: 18px; text-align: center; padding: 16px 0; width:110px; vertical-align: top; display: inline-block; line-height: 18px;cursor: pointer; font-family: "Microsoft YaHei"; color: #fff; font-size: 18px; }
            .nav_itemno a {color: #515151;}
            .nav_itemno span b { width:10px; height:6px;vertical-align: middle; display:inline-block; background-position: 0px -193px; background-image: url(../images/33.png); background-repeat: no-repeat;}
			
            .arrowDown{-webkit-transition: -webkit-transform 0.4s ease-out;-moz-transition: -webkit-transform 0.4s ease-out;transition: -webkit-transform 0.4s ease-out;transform-origin:center center;transform: rotate(0deg);}
            .arrowUp{-webkit-transition: -webkit-transform 0.4s ease-out;-moz-transition: -webkit-transform 0.4s ease-out;transition: -webkit-transform 0.4s ease-out;transform-origin:center center;transform: rotate(180deg);}
            .nav_item div ul { display: none; }
            .nav_item div ul li{color: #9a9a9a; font-size: 16px;  line-height: 40px; padding: 0px 10px 0px 60px;}
            .nav_item div ul li a {color: #888 !important;}
            .navmoon ul{ width:1280px; margin:0 auto; display:block !important; float:none; }
            .navmoon div{display: block;position: absolute;top:50px; border-bottom:1px solid #E1E1E1;background:#f8f8f8 ;width:100%;left:0;}
            .navmoon ul{ width:1280px; margin:0 auto; display:block; float:none; text-align: left;}
            .navmoon ul li{ padding:0 0px 0 80px; margin:0 auto;display:inline-block;height:40px;vertical-align: top;}

            /*头条要闻*/
            .hotnews{width:1280px;margin: 30px auto 0 auto; overflow: hidden;}
            .hotnews dl { text-align: center; }
            .hotnews dt a {/* font-size: 48px; line-height: 60px; color: #1f286f; */ font-weight: bold; letter-spacing:-0.05em;  }
            .hotnews dt h1 { font-size:36px;}
			.hotnews dd { font-size: 16px; line-height: 44px;font-family:"宋体";color: #5e5e5e; }
            .hotnews dd a { color: #5e5e5e; }

            /*主体部分*/
            .w1280 { width:1280px;margin: 0px auto; overflow: hidden;}
            .main { width:1280px;margin: 45px auto 0 auto; overflow: hidden;}
            .main a:hover,.main a:hover b { color:#d60000 }
            .news { border: 1px solid #eeeeee; overflow: hidden;}
            .news li{ white-space: nowrap;  text-overflow: ellipsis; }
            .news li a {color: #4b4b4b; font-size: 18px; line-height: 41px; font-family: 'Microsoft YaHei';}
            .news li a b{ font-size:20px; font-family: 'Microsoft YaHei'; color: #1b1b1b; line-height: 22px; font-weight:bold; }

            .news1 li{}
            .news1 li a {color: #4b4b4b; font-size: 18px; line-height: 41px; font-family: 'Microsoft YaHei';}
            .news1 li a b{ font-size:20px; font-family: 'Microsoft YaHei'; color: #1b1b1b; line-height: 22px; font-weight:bold; }


            .lm { clear: both; margin-bottom:20px; overflow: hidden;}
            .lm h1 { border-bottom: 3px solid #0015bd; font-size:24px; color: #5e5e5e; width: 60px; float: left; padding-left: 30px;}
            .lm h2 { border-bottom: 3px solid #dbdbdb; font-size:15px; font-weight: normal; color: #5e5e5e; width: 316px; float: right; text-align: right;}
            .lm h3 { border-bottom: 3px solid #0015bd; font-size:24px; color: #5e5e5e; width: 100px; float: left; padding-left: 30px;}
            .lm h4 { border-bottom: 3px solid #dbdbdb; font-size:15px; font-weight: normal; color: #5e5e5e; width: 276px; float: right; text-align: right;}
            .lm h5 { border-bottom: 3px solid #dbdbdb; font-size:15px; font-weight: normal; color: #5e5e5e; width: 1146px; float: right; text-align: right;}
            .lm_a{ background:url("../images/sb_04.png") no-repeat top left;}
            .lm_b{ background:url("../images/sb_05.png") no-repeat top left;}
            .lm_c{ background:url("../images/sb_06.png") no-repeat top left;}
            .lm_d{ background:url("../images/sb_07.png") no-repeat top left;}
            .lm_e{ background:url("../images/sb_08.png") no-repeat top left;}
            .lm_f{ background:url("../images/sb_09.png") no-repeat top left;}
            .list_new{ clear: both; overflow: hidden; }
            .list_new li{ font-size:16px; line-height: 40px;}
            .list_new li strong{ font-size:16px; line-height: 32px; color: #0015bd;}
            .list_pp{ clear: both; overflow: hidden; }
            .list_pp li{ float: left; width: 200px; font-size:16px; line-height: 40px; margin: 15px 6px 15px 7px;}
            .list_pp li h2{ font-size:18px; text-align: center; background: #ccc;}
            .list_pp li img{ width: 200px; height: 305px;}
            .list_pp li strong{ font-size:16px; line-height: 32px; color: #0015bd;}
            .list_pps{ clear: both; overflow: hidden; }
            .list_pps li{ float: left; width: 410px; font-size:16px; line-height: 40px; margin: 15px 6px 15px 7px;}
            .list_pps li h2{ font-size:18px; text-align: center; background: #ccc;}
            .list_pps li img{ width: 410px; height: 230px;}
            .list_pps li strong{ font-size:16px; line-height: 32px; color: #0015bd;}
            .list_zz{ clear: both; overflow: hidden; }
            .list_zz li{ float: left; padding: 0px 20px;}
            .list_zz li img{ width: 160px; height: 235px;}
            .list_zz1{ clear: both; overflow: hidden; }
            .list_zz1 li{ padding: 0px 20px;}
            .list_zz1 li img{ width: 260px; height: 335px;}
            .list_zz2{ clear: both; overflow: hidden; }
            .list_zz2 li{ padding: 0px 20px;}
            .list_zz2 li img{ width: 260px;}

            .yqlink{ background: #f9f9f9; font-size:16px; color: #666; padding: 10px 0px; margin: 20px 0px 0px 0px;}
            .yqlink h1{ font-size: 18px; line-height: 46px;}
            .yqlink strong{color:#999999; padding: 0px 9px;}

            .foot { background:#eeeeee; padding: 20px 0px; text-align: center;}




/*文章页*/

.lm_wz{  background: url("../images/sb_10.jpg"); height: 40px; padding: 10px 10px 0px 35px; font-weight: normal; font-size:18px; color: #1f286f;}
.lm_wz a{ color: #1f286f;}

.zw{ margin: 20px 30px;}
.zw h1{ font-size: 36px; line-height: 56px; color: #333; padding:10px 20px 20px 20px; text-align: center;}
.zw h2{ border-top:1px solid #dcdcdc; border-bottom: 5px solid #1f286f; color: #999999; font-size:16px; font-weight: normal; line-height: 50px; padding-left: 20px;}
.zw h3{ font-size: 21px; color: #333; padding:0px 20px 10px 20px; text-align: center;}
.zw h4{ font-size:14px; text-align: right; color: #999999; font-weight: normal;}
.nr{ padding: 30px; line-height: 36px;}


/*新闻列表页*/

.w900{ width:900px; overflow: hidden;}
.w900 div{overflow: hidden;}
.w900 h1{color:#2075c3; line-height: 40px; font-size:20px; width: 100px; float:left; border-top: 1px solid #268cd4; text-align: center;}
.w900 h2{ font-size:12px; color: #999999; width: 770px; float:right; line-height: 40px; text-align: right; border-top:1px solid #d0d0d0; font-weight: normal;}
.w900 h2 a{ color:#999999;}
.w900 ul{ margin:20px 0px;}
.w900 ul li{ padding-left: 10px; line-height:48px; height:48px; overflow: hidden; border-bottom:1px dashed #dddddd;}
.w900 ul li span{ font-size:12px; color: #999999; width: 100px; float:right;}
.page{clear: both; text-align:center;}

.w330{ width:330px; overflow: hidden;}
.w318{ width:300px; overflow: hidden; border:1px solid #eeeeee; padding: 15px 10px;}

.lm-ls{ margin-bottom: 30px;}
.lm-ls h1{ background:url("../images/sb_11.png") no-repeat center; height: 62px; line-height: 62px; font-size:30px; color: #c32419; letter-spacing: 20px; padding-left: 40px; text-align: center;}
.lm-ls ul{ overflow: hidden;}
.lm-ls ul li{ background:url("../images/sb_11a.png") no-repeat center; height: 62px; line-height: 62px; text-align: center; font-size:24px; color: #1f276f; font-weight: bold; letter-spacing: 20px; padding-left: 40px;}
.lm-ls ul li a{ color: #1f276f;}
.lm-ls li:hover{ background:url("../images/sb_11b.png") no-repeat center; height: 62px; font-size:26px; color: #c32419;}










            .titpl { width: 396px;font-size: 24px; color: #111;font-weight: bold; height:56px; line-height: 56px; background-color: #f4f4f4; text-indent: 45px; border-top-left-radius: 5px; border-top-right-radius: 5px;  background-position: 12px -229px; background-image: url(../images/33.png); background-repeat: no-repeat; }
            .triangle {margin-top: 20px;}
            .triangle li { white-space: nowrap;  text-overflow: ellipsis;  overflow: hidden; }
            .triangle li a {color: #4b4b4b; font-size: 18px; line-height: 50px; font-family: 'Microsoft YaHei';}
            .focus { width:850px; overflow:hidden; position: relative; height:520px; }
            .focus .text{ height:75px;  position:absolute; bottom:3px; font-size: 20px; width:850px; font-family: 'Microsoft YaHei'; background-color:rgba(0,0,0,0.6);text-align:left; line-height:75px; color:#fff; }
            .focus .text a{ color:#fff; white-space: nowrap;  text-overflow: ellipsis;overflow: hidden; display: block; padding: 0 0 0 20px;}
            .titbn { width: 100%;font-size: 24px; color: #fff5bc;font-weight: bold; height:56px; line-height: 56px; background-color: #d60000; text-indent: 50px; border-top-left-radius: 5px; border-top-right-radius: 5px;  background-position: 12px -286px; background-image: url(../images/33.png); background-repeat: no-repeat; }
			.titbn a {color: #fff5bc;}
			.titbn:hover a {color: #fff5bc;}
            .titzt { width: 100%;font-size: 24px; color: #111;font-weight: bold; height:56px; line-height: 56px; background-color: #f4f4f4; text-indent: 50px; border-top-left-radius: 5px; border-top-right-radius: 5px;  background-position: 12px -342px; background-image: url(../images/33.png); background-repeat: no-repeat; }
            .boxbn {background-color: #fefdf0;padding: 5px 0 5px 15px;}
            .boxbn ul li { white-space: nowrap;  text-overflow: ellipsis;  overflow: hidden; }
            .boxbn ul li a {color: #d60000; font-size: 18px; line-height: 50px; font-family: 'Microsoft YaHei';}
            .zt {background-color: #f8f8f8;padding: 5px 0 5px 15px;}
            .zt ul li { white-space: nowrap;  text-overflow: ellipsis;  overflow: hidden; }
            .zt ul li a {color: #4b4b4b; font-size: 16px; line-height: 46px; font-family: 'Microsoft YaHei';}
            .zt a {color: #4b4b4b; font-size: 16px; line-height: 46px; font-family: 'Microsoft YaHei';}
            .boxzt {background-color: #F8F8F8;padding: 5px 0 5px 15px;font-size: 17px; line-height: 50px;font-family: 'Microsoft YaHei';}
            .boxzt ul li { color:#B7B7B7; }
            .boxzt ul li a {color: #4B4B4B; }			
			
			
            .titrb { width: 100%;font-size: 24px; color: #111;font-weight: bold; margin-bottom: 1px; height:56px; line-height: 56px; background-color: #f4f4f4; text-indent: 20px; border-top-left-radius: 5px; border-top-right-radius: 5px; }
            .boxrb { background-color: #f8f8f8; padding: 18px 12px; }
			.rbfmbox { width:225px; float:right;}
            .rbfm {width: 225px; height:318px;}
            .rbfm img { width:225px; height:318px;}
            .rbfm img:hover{-webkit-box-shadow: 4px 3px 3px;-moz-box-shadow: 4px 3px 3px;box-shadow: 4px 3px 3px; color: #888;}
            .ewm { float:left; width: 88px; line-height:32px;font-size:12px;text-align:center;  font-family: 'Microsoft YaHei'; color: #888; margin-left:20px;}
			.ewm a { margin: 17px 0; display: block; }
            .ewm a {color: #888;}
            .bx2 { line-height:32px;}
            .bx1 .fl { border-right: 1px solid #e9e9e9; font-size: 16px; color: #d60000; font-weight: bold;  padding: 12px 20px 12px 10px; width: 35px; line-height: 20px; height: 40px; display: flex; align-items: center;justify-content: center; }
            .bx2 .fl { border-right: 1px solid #e9e9e9; font-size: 16px; color: #d60000; font-weight: bold; line-height: 16px; margin-right:10px; padding-right:10px; margin-top:7px;}
            .bx1 .fl a,.bx2 .fl a {color: #d60000;}
            .bx1 .fr { width: 360px; }
            .bx2 .fr { white-space: nowrap;  text-overflow: ellipsis;  overflow: hidden; float:left;}
            .bx1 .fr a {color: #4b4b4b; font-size: 16px; line-height: 32px; margin-right: 12px; font-weight: bold; }
            .bx2 .fr a {color: #4b4b4b; font-size: 16px; line-height: 16px; margin-right: 12px; }
            .bx1 .fr a:hover,.bx2 .fr a:hover { color:#d60000 ; }
            .boxbx .bx2:nth-last-child() {margin-bottom: 0px; }
            
            .boxbx { border: 1px solid #e9e9e9; margin-bottom: 15px; padding: 15px; cursor: pointer; background:#fff; }
            /* .boxbx:hover{-webkit-box-shadow: 4px 3px 3px;-moz-box-shadow: 4px 3px 3px;box-shadow: 4px 3px 3px; color: #888;} */
            .mail { width:225px; font-size:12px; text-align:center; font-family: 'Microsoft YaHei'; color: #888; line-height: 15px; margin-top:5px; }
            .mail a {color:#888}
            
            /*二体部分*/
            .second { width: 1280px; margin: 30px auto 0 auto; padding-bottom: 14px; }
            .titpt,.titpt1 { width: 100%; height:55px; position: relative;}
            .titpt .t1 { position: absolute; font-size: 24px; color: #111; width: 100px; top:8px; height: 40px; line-height: 40px;; left:0px; font-weight: bold; background-position: 47px -497px;; background-image: url(../images/33.png); background-repeat: no-repeat;}
            .titpt1 .t1 { position: absolute; font-size: 24px; color: #111; width: 309px; top:8px; height: 40px; line-height: 40px;; left:0px; font-weight: bold; background-position: 96px -497px;; background-image: url(../images/33.png); background-repeat: no-repeat;}
            .titpt .t1 a { color: #111; }
            .titpt .t2 { position: absolute; right :0px; font-size: 14px; bottom: 15px; }
            .titpt .t2 a { color: #888; }
            .tw { margin-top: 40px; }
            .tw figure{float: left;margin-right: 15px;}
            .tw img{width: 200px;height: 110px;}
            .tw .p_title{font-size: 18px;line-height: 26px;margin-top:-5px;height:52px; margin-bottom: 11px;  text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; font-family: 'Microsoft YaHei'; }
            .tw .p_title a{color: #333;}
            .tw .p_abs{color: #979797;font-size: 12px;line-height: 24px;height: 48px;text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical;}
            .wwlist { margin-top: 30px; }
            .wwlist li {font-size: 16px; color: #b7b7b7; line-height: 38px; white-space: nowrap;  text-overflow: ellipsis;  overflow: hidden; }
            .wwlist li a { color: #333; }
            .wwlist li a:hover { color:#d60000 } 
            .wwlist li b a { color: #d60000 !important;}
            .tt { margin-top: 20px; }
            .tt div { width: 200px; }
            .tt div img { width: 200px;height: 110px;}
            .tt div .p_title { font-size: 16px;line-height: 38px; white-space: nowrap;  text-overflow: ellipsis;  overflow: hidden; text-align: center; }
            .tt div .p_title li a { color: #333; }
            .tt div .p_title li a:hover{ color: #d60000; }
            .ptlist { margin-top: 10px; }
            .ptlist li { white-space: nowrap;  text-overflow: ellipsis;  overflow: hidden; }
            .ptlist li a {color: #333; font-size: 16px; line-height: 34px; }
            .ptlist li a:hover { color: #d60000; }
            .mytab .t1:nth-child(1){ position: absolute; left:0px; font-weight: normal; }
            .mytab .t1:nth-child(2){ position: absolute; left:120px; font-weight: normal}
            .mytab .t1:nth-child(3){ position: absolute; left:240px; font-weight: normal}
            .mytab .t1 a { color: #848484 !important; }
            .mytab .t1.hover a { color: #111 !important; font-weight:bold; }
            .mytab_nr { display: none;}
            .xs{ -webkit-box-shadow:2px 2px 3px;-moz-box-shadow:2px ?2px 3px;box-shadow:2px 2px 3px; }
            .titqyj { width: 100%;font-size: 24px; color: #fff;font-weight: bold; height:56px; line-height: 56px; background-color: #8b6042; text-indent: 20px; border-top-left-radius: 5px; border-top-right-radius: 5px;  background-position: 95px -550px; background-image: url(../images/33.png); background-repeat: no-repeat; }
            .titqyj a { color: #fff; }
            .titqyj1 { background-color: #f6f3f0; font-size: 24px; color: #000; font-weight: bold; height:56px; line-height: 56px; text-indent: 20px; border-top-left-radius: 5px; border-top-right-radius: 5px;}
            .twqy { margin-top: 26px; background-color: #f6f3f0; padding-left: 20px; }
            /* .twqy:hover {-webkit-box-shadow:2px 2px 3px;-moz-box-shadow:2px ?2px 3px;box-shadow:2px 2px 3px;} */
            .twqy figure{float: right;}
            .twqy img{width: 114px;height: 114px; margin-left: 12px;}
            .twqy .p_title{font-size: 16px;line-height: 22px; padding-top: 30px; height: 44px;text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }
            .twqy .p_title a{color: #333;}
            .twjz { margin-top: 42px;}
            /* .twjz:hover {-webkit-box-shadow:2px 2px 3px;-moz-box-shadow:2px ?2px 3px;box-shadow:2px 2px 3px;} */
            .twjz figure{float: left; position: relative;}
            .twjz figure span {  height:22px;  position:absolute; bottom:0px; left: 0; font-size: 12px; width:84px; background-color:rgba(0,0,0,0.6);text-align:center; line-height:22px; color:#fff; display: block;white-space: nowrap;  text-overflow: ellipsis;  overflow: hidden; }
            .twjz figure span  a { color: #fff; }
            .twjz img{width: 83px;height: 83px; margin-right: 12px;}
            .twjz .p_title{font-size: 16px; font-weight:bold;line-height: 26px; white-space: nowrap;  text-overflow: ellipsis;  overflow: hidden; }
            .twjz .p_title a{color: #333;}
            .twjz .p_abs { font-size: 16px; color: #797979;line-height: 26px;height: 52px; margin-top: 6px; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical;}
            .twjz .p_abs a { color: #333; }
            .p_title a:hover { color: #d60000; }
            .p_abs a:hover { color: #d60000; }

            /*友情链接*/
            .friend { background-color: #f9f9f9; padding-bottom: 8px; margin-top: 64px; }
            .friend .t1 { color: #2e2e2e; font-size: 16px; font-weight: bold; font-family: 'Microsoft YaHei'; line-height: 64px; }
            .friend .t2 { height:12px; color: #b7b7b7; font-size: 12px; margin-bottom: 20px; }
            .friend .t2 span { padding: 0 13px; }
            .friend .t2 a {  color: #2e2e2e; }

            /*底部*/
            .cebottom{ color: #3d3d3d;line-height: 36px;padding-bottom: 24px;padding-top: 40px;text-align: center; font-size:12px; background-color: #eee;}
            .cebottom a{ font-size:12px; color:#3d3d3d}
            .cebottom img{ display:inline-block}

            /*返回顶部*/
            .fixed_top{ width: 130px; height:50px; cursor: pointer; background-color: #e8e8ea; text-indent: 45px;  line-height: 50px; font-size: 16px; color: #3d3d3d; position: fixed; display: none; left: 50%; top: 50%;  margin-left: 712px; z-index: 999; background-position: -3px -657px; background-image: url(../images/33.png); background-repeat: no-repeat; font-family: 'Microsoft YaHei';}
            .fixed_top:hover { background-position: -3px -744px; color: #fff;}
            .fixed_top a{color: #fff; }
</pre></body></html>